.depart h2{
    /* padding-left: 50px; */
    margin-left: 35px;
    font-size: 25px;
    font-family: system-ui;
    color: #ef6868;
    display: inline-block;
    border-bottom: 2px solid #ef6868;
   
   }
   /* .depart h2:hover{
       color: #ef6868;
       border-color: #ef6868;
       
   } */
   .linkbox{
       border: 2px solid black;
       width: 250px;
       margin-left: 35px ;
   }
   .linkbox a{
       padding-left: 10px;
       color: black;
       text-decoration: none;
   }
   .linkbox a:hover {
       color: #ef6868;
       /* text-decoration: none; */
   }
   .cont h3{
    padding-left: 300px;
    margin-top: -103px;
    font-size: 20px;
   }
   .imgboxx{
       display: flex;
   }
   .imgboxone img{
    margin-left: 300px;
    width: 300px;
    height: 200px;
    margin-top: 10px;
   }
   .imgboxone p{
    margin-left: 300px;
   }
   .imgboxtwo p{
    margin-left: 25px;
   }
   .imgboxtwo img{
       margin-left: 25px;
    width: 300px;
    height: 200px;
    margin-top: 10px;
   }
   /* img:hover{
    -ms-transform: scale(1.1);   
  -webkit-transform: scale(1.1);
  transform: scale(1.1); 

} */

 /* ..............................Mobile Responsive............................................ */
 /* @media only screen and (max-width: 450px) {

        .cont h3{
            padding-left: 0;
            margin-top: 0;
        }
        .imgboxx{
            display: inline-block;
        }
        .imgboxone img ,.imgboxtwo img{
            margin-left: 0;
        }
        .imgboxone p,.imgboxtwo p{
            margin-left: 0;
           }
           
      } */
